added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / VBOutlookRibbonXML / My Project / AssemblyInfo.vb
blobb1a70e108283f803fc7da9163a8e5b1674b49828
1 Imports System
2 Imports System.Reflection
3 Imports System.Runtime.InteropServices
4 Imports System.Security
6 ' General Information about an assembly is controlled through the following
7 ' set of attributes. Change these attribute values to modify the information
8 ' associated with an assembly.
10 ' Review the values of the assembly attributes
12 <Assembly: AssemblyTitle("VBOutlookRibbonXML")>
13 <Assembly: AssemblyDescription("")>
14 <Assembly: AssemblyCompany("MSIT")>
15 <Assembly: AssemblyProduct("VBOutlookRibbonXML")>
16 <Assembly: AssemblyCopyright("Copyright © MSIT 2009")>
17 <Assembly: AssemblyTrademark("")>
19 ' Setting ComVisible to false makes the types in this assembly not visible
20 ' to COM components. If you need to access a type in this assembly from
21 ' COM, set the ComVisible attribute to true on that type.
22 <Assembly: ComVisible(False)>
24 'The following GUID is for the ID of the typelib if this project is exposed to COM
25 <Assembly: Guid("e5a4a3a3-bd58-45cb-bc88-07fb0ec77057")>
27 ' Version information for an assembly consists of the following four values:
29 ' Major Version
30 ' Minor Version
31 ' Build Number
32 ' Revision
34 ' You can specify all the values or you can default the Build and Revision Numbers
35 ' by using the '*' as shown below:
36 ' <Assembly: AssemblyVersion("1.0.*")>
38 <Assembly: AssemblyVersion("1.0.0.0")>
39 <Assembly: AssemblyFileVersion("1.0.0.0")>
41 <Assembly: SecurityTransparent()>